home *** CD-ROM | disk | FTP | other *** search
/ ...taking it to the Macs! / ...taking it to the Macs!.iso / Extras / ActiveX Mac SDK / ActiveX SDK / Common / nocrt.h < prev    next >
Encoding:
Text File  |  1997-01-02  |  204 b   |  12 lines  |  [TEXT/CWIE]

  1. //
  2. //  NOCRT.h
  3. //
  4. //  Copyright (C) Microsoft Corporation, 1996
  5. //
  6. //  Replacement C runtime routines to avoid pulling in any unnecessary goo.
  7. //
  8.  
  9. extern "C" {
  10. LPOLESTR        OleStrdup(LPCOLESTR psz);
  11. }
  12.